Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecesary aws-sdk gems #221

Merged
merged 2 commits into from
Aug 3, 2019
Merged

Remove unnecesary aws-sdk gems #221

merged 2 commits into from
Aug 3, 2019

Conversation

rjherrera
Copy link
Member

@rjherrera rjherrera commented Aug 3, 2019

This PR removes the gem aws-sdk in favor of the S3 specific one (aws-sdk-s3).

As reported in thoughtbot/paperclip#2484 an initializer like the one in assets/aws.rb was necessary for the gem to work correctly, but since paperclip 6.0.0, it is no longer needed because of the improvement introduced in thoughtbot/paperclip#2481. In this PR the initializer is removed.

As adding the initializer was the only thing that the whole aws_sdk recipe was doing, besides adding the old gem, it is also removed in this PR.

@rjherrera rjherrera changed the title Aws specify Remove unnecesary aws-sdk gems Aug 3, 2019
@rjherrera rjherrera removed the request for review from difernandez August 3, 2019 02:40
@rjherrera rjherrera merged commit 1bc3a44 into master Aug 3, 2019
@rjherrera rjherrera deleted the aws-specify branch August 3, 2019 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants